home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 198
- Top = 99
- Width = 362
- Height = 406
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 16
- Top = 168
- Width = 321
- Height = 201
- Caption = 'Panel1'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 45
- Height = 13
- Caption = 'A caption'
- end
- object Image1: TImage
- Left = 144
- Top = 16
- Width = 161
- Height = 161
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Edit1: TEdit
- Left = 16
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'Some text'
- end
- object Button1: TButton
- Left = 24
- Top = 120
- Width = 89
- Height = 33
- Caption = 'Push To Copy'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
-